NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlParser Class / Parse Method / Parse(Char[],Int32,Int32) Method
The char array to parse.
The inclusive start position.
The inclusive end position.
In This Topic
    Parse(Char[],Int32,Int32) Method
    In This Topic
    Parses the given chars and returns true on success.
    Syntax
    public override System.bool Parse( 
       System.char[] chars,
       System.int startPosition,
       System.int endPosition
    )

    Parameters

    chars
    The char array to parse.
    startPosition
    The inclusive start position.
    endPosition
    The inclusive end position.

    Return Value

    True on succcess.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also